Lines Matching defs:after

109   const std::vector<const char*> after = {
135 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
247 const std::vector<const char*> after = {
285 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
382 const std::vector<const char*> after = {
414 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
514 const std::vector<const char*> after = {
550 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
674 const std::vector<const char*> after = {
745 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
888 const std::vector<const char*> after = {
942 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
1092 const std::vector<const char*> after = {
1148 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
1297 const std::vector<const char*> after = {
1354 JoinAllInsts(Concat(Concat(predefs, after), nonEntryFuncs)),
1492 // the instructions after the inlined function call. If the calling block
1531 const std::string after =
1548 predefs + nonEntryFuncs + after,
1603 const std::string after =
1625 predefs + nonEntryFuncs + after,
1693 const std::string after =
1715 predefs + nonEntryFuncs + after,
1771 const std::string after =
1796 predefs + nonEntryFuncs + after,
1954 const std::string after =
2005 predefs + after + nonEntryFuncs,
2078 const std::string after =
2129 predefs + after + nonEntryFuncs,
2159 const std::string after =
2180 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2184 // Test that after inlining all basic blocks have the correct parent.
2460 const std::string after =
2486 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2556 const std::string after =
2583 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2643 const std::string after =
2709 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2882 const std::string after =
2929 RunAndCheck(predefs + before + foo, predefs + after + fooMergeReturn);
3006 const std::string after =
3029 RunAndCheck(predefs + foo + before, predefs + fooMergeReturn + after);
3287 const std::string after =
3320 RunAndCheck(predefs + callee + before, predefs + calleeMergeReturn + after);
4444 // SampledImage after function call. It is not cloned or changed.