Searched defs:addLoop (Results 1 – 4 of 4) sorted by relevance
76 void LPPassManager::addLoop(Loop &L) { in addLoop() function in LPPassManager
74 Loop &LPPassManager::addLoop(Loop *ParentLoop) { in addLoop() function in LPPassManager
742 TIntermNode* TIntermediate::addLoop(TLoopType type, TIntermNode* init, TIntermTyped* cond, TIntermT… in addLoop() function in TIntermediate
2542 TIntermLoop* TIntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, … in addLoop() function in glslang::TIntermediate